﻿#navMenu {
    width: 950px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    display: inline;
}

    #navMenu ul {
        width: 100%;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    #navMenu .onelink {
        background-image: none;
    }

    #navMenu li {
        width: 110px;
        height: 36px;
        overflow: hidden;
        float: left;
        line-height: 36px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        margin-left: 5px;
        display: inline;
    }

        #navMenu li a {
            color: #fff;
            font-weight: normal;
            display: block;
            text-decoration: none;
            text-align: center;
        }

            #navMenu li a:hover, #navMenu li.hover a {
                width: 110px;
                height: 36px;
                overflow: hidden;
                float: left;
                line-height: 36px;
                text-align: center;
                color: #fff;
                font-size: 12px;
                text-decoration: none;
                background: url(../img/menux.jpg) no-repeat;
            }
/*-------- 下拉菜单 --------------*/
.dropMenu {
    position: absolute;
    font-size: 12px;
    top: 0;
    z-index: 100;
    width: 108px;
    +width:108px;
    -width: 108px;
    visibility: hidden;
    /*  	filter: progid:DXImageTransform.Microsoft.Shadow(color=#fff, direction=135, strength=4);
*/ margin-top: -1px;
    margin-left: -0px;
    +margin-left:0px;
    -margin-left: -0px;
    border-left: 1px solid #BF6500;
    border-right: 1px solid #BF6500;
    border-top: 1px solid #BF6500;
    border-top: 0px solid #BF6500;
    background-color: #FE9015;
    /*background:url(../imagess/mmenubg.gif);*/
    line-height: 26px;
    filter: Alpha(Opacity=90);
    text-decoration: none;
    list-style-image: none;
    list-style-type: none;
}

    .dropMenu li {
        line-height: 26px;
        padding-left: 0px;
        color: #fff;
        +color:#fff;
        -color: #ff0000;
    }

    .dropMenu a:link, .dropMenu a:visited {
        width: 108px;
        color: #FFF;
        display: block;
        text-align: center;
        line-height: 26px;
        text-decoration: none;
        border-bottom: 1px solid #BF6500;
        text-decoration: none;
        list-style-image: none;
        list-style-type: none;
    }

    .dropMenu a:hover {
        width: 108px;
        text-decoration: underline;
        color: #fff;
    }

.hdo {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}


@charset "utf-8";

body, div, ul, li, h4, p {
    margin: 0;
    padding: 0;
}

/* box */
#box_hd {
    position: relative;
    width: 600px;
    height: 300px;
    overflow: hidden;
    float: left;
}

    #box_hd ul {
        position: relative;
        width: 600px;
        height: 300px;
    }

    #box_hd li {
        position: absolute;
        list-style: none;
        width: 180px;
        height: 250px;
        background: #fff;
        top: 146px;
        left: 377px;
        z-index: 0;
        cursor: pointer;
        overflow: hidden;
    }

        #box_hd li img {
            width: 100%;
            height: 100%;
            overflow: hidden;
            vertical-align: top;
        }

        #box_hd li:hover {
            display: inline-block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            vertical-align: top;
        }

    #box_hd .prev, #box .next {
        position: absolute;
        top: 50%;
        width: 9px;
        height: 10px;
        margin-top: -40px;
        overflow: hidden;
        text-indent: -999px;
        cursor: pointer;
    }

    #box_hd .prev {
        left: -60px;
    }

    #box_hd .next {
        right: -60px;
    }